Auto merge of #2224 - alexcrichton:rustc-dev, r=brson
authorbors <bors@rust-lang.org>
Fri, 18 Dec 2015 18:57:51 +0000 (18:57 +0000)
committerbors <bors@rust-lang.org>
Fri, 18 Dec 2015 18:57:51 +0000 (18:57 +0000)
commit58cc3a255a62ce15034807708843166cd68160dd
tree1a23b8b42fcc8c1210091029d35f91c1302baa67
parent5ea67f470019dba17327cdcb6b587536655b9478
parent71ff274341f948557d3d0eeca0d6f967969a1d21
Auto merge of #2224 - alexcrichton:rustc-dev, r=brson

This should allow compiling the specified target in the various profiles that
are available to it, e.g. bench or test in addition to the standard
dev.

Closes #2120